home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / BBGopher10.lha / bbgopher / Amiga.ReadMe < prev    next >
Text File  |  1995-04-19  |  5KB  |  115 lines

  1. ----------------------------------------------------------------------------
  2. BBGopher/amiga 1.0 (20.4.95)
  3. Copyright (c) 1995 Jason M. Weber
  4.  
  5. Ported from BBGopher 1.6 for UNIX systems.
  6. Information regarding BBGopher 1.6 resides in the original README file
  7. which I included in the distribution.
  8. ----------------------------------------------------------------------------
  9. BBGopher/amiga was ported to be used as a CNet/AmiTCP client.  This program
  10. is fully compatible with CNet and should be run as a DOS program.
  11.  
  12. I was asked by David Cook of Terminal Edge BBS to port this for him.  I hope
  13. everyone else will find as much use for it as he has so far.
  14.  
  15. Instructions for setting up and configuring are included in the README from
  16. the original BBGopher 1.6 (UNIX version).  I have included the README in the
  17. distribution as well.  There is nothing new, except for the fact that it now
  18. runs on the Amiga as well!  :)
  19.  
  20. I also editied the supplied 'bbgopher.config' file to be a bit more
  21. compatible from scratch with most AmiTCP and CNet systems.  Be sure to check
  22. through it though before you use it on your setup.
  23.  
  24. BBGopher accepts two commandline arguments, these two arguments aren't even
  25. documented in the original README.  They are as follows:
  26.  
  27.    first argument is the gopher site
  28.    second argument is the port number
  29.  
  30.    eg.: bbgopher mheadbbs.com 70
  31.  
  32. Any bugs and/or suggestions should be directed to me at:
  33.  
  34.    jmw@tedgebbs.is.net
  35.  
  36. This is David Cook's BBS, which is connected to the internet and also uses
  37. my bbgopher port. :)  I call here quite a bit, so you should get a reply
  38. relatively quickly.
  39. ----------------------------------------------------------------------------
  40. Setting up - Installing
  41.  
  42.    Copy 'bbgopher' into a path somewhere.  Most likely your AMITCP:bin/
  43.    directory.
  44.  
  45.    Copy 'bbgopher.conf' (the config file) into your AMITCP:db/ directory.
  46.    Edit the config file to suit your systems needs and your personal taste.
  47.  
  48.    Copy 'bbgopher.help' (the help file) into your AMITCP:db/ directory.
  49.    You can put this one anywhere you want, IF, you change the setting for
  50.    it in the config file.
  51.  
  52.    If you add this as a CNet BBS command, I recommend you add the
  53.    'gopher.rexx' file as the command.  'gopher.rexx' is a rexx script I
  54.    wrote up that allows you to parse commandline arguments to BBGopher
  55.    through CNet.  This will allow you and your users to specify the
  56.    site they wish to gopher to.
  57.  
  58.    Below is how you would add this command to your CNet BBS:
  59.  
  60.       Edit your 'cnet:bbsmenu' file and add the following to the end of
  61.       Menu 2; Available Everywhere. ('{' is a CTRL-Q)
  62.  
  63.       GOPHER | {#0 PFiles:gopher.rexx}
  64.  
  65.       Save the 'cnet:bbsmenu' file and reload your BBSTEXT/MENU.
  66.  
  67.    Now GOPHER is the command users can use to run the gopher utility!
  68.  
  69. Thats it!  Enjoy!
  70. ----------------------------------------------------------------------------
  71. Noteworthy Features for the Amiga port:
  72.  
  73.    Does include CTRL-C break handling.  This is essential for CNet BBS
  74.    operators, it will keep your port from locking up if the user drops
  75.    carrier or loses carrier for some reason.
  76.  
  77.    Fully tested for 'hits' using Enforcer and Mungwall on my system.
  78.    I don't have a TRUE connection, I just use available AmiTCP ports to
  79.    test the features, etc.  If you do encounter any Enforcer or Mungwall
  80.    'hits', be sure to send a full report on them to me.
  81.  
  82.    Has been in beta-testing for a while before the release.  I don't want
  83.    to release a buggy program, but it is possible that some bugs do exist.
  84.    If so, we haven't found them yet and it is your duty to report them so
  85.    I can fix them.
  86.  
  87.    Rexx script for lauching BBGopher with CNet.  This rexx script allows
  88.    you to parse the site you wish to connect to.  Even allows you to
  89.    parse the port number, although if not given it will default to the
  90.    configs port number.  If no arguments are passed, it will default
  91.    to the config defaults.
  92.  
  93.    The 'Save' feature either saves to the user's HOME directory (UNIX) or
  94.    if used with CNet, it will save to the user's CNet mail directory.
  95.    Be sure to read the note in the config file for the WORKDIR variable.
  96.    It is currently setup to default to the user's CNet mail directory.
  97.  
  98.    An alternate 68030 compiled executable is also included.
  99.  
  100.    Much thanks to David Cook for suggesting features and taking list of
  101.    the bugs during development.
  102.  
  103.    Freeware, but if you'd like to send me something to show your
  104.    appreciation, don't hesitate.  Home address is:
  105.  
  106.       Jason Weber
  107.       533 Ansley Street
  108.       Perry, Georgia 31069
  109.  
  110.    Postcards from different states, countries, continents, planets, etc,
  111.    would be cool.  I can add them to my mess on the wall!  \8^P
  112.  
  113.    Or even $3 bucks is enough to buy me a FEAST at Taco Bell!  =\8^P
  114. ----------------------------------------------------------------------------
  115.